{ "version": 4, "terraform_version": "1.6.0", "serial": 160, "lineage": "f17def6d-0a66-a8c2-88db-efd1b26f0975", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9f962af1087b426ef", "ami": "ami-8d5e49b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8494093"], "subnet_id": "subnet-3585ccba", "key_name": "prod-deploy-key" } } ] } ] }