{ "version": 4, "terraform_version": "1.6.3", "serial": 432, "lineage": "be6f43be-0e22-40bf-3d8b-ea0855ed0def", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-74ba07d615b072ef2", "ami": "ami-47dd7097", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-14d8abe9"], "subnet_id": "subnet-16b8009b", "key_name": "prod-deploy-key" } } ] } ] }