{ "version": 4, "terraform_version": "1.7.0", "serial": 343, "lineage": "77d7233d-970b-40a0-37c7-595e9b6f5919", "outputs": { "db_endpoint": { "value": "db-0.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-3167d34ce7529b835", "ami": "ami-4a0984e1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ffde5317"], "subnet_id": "subnet-3fecb697", "key_name": "prod-deploy-key" } } ] } ] }