{ "version": 4, "terraform_version": "1.7.8", "serial": 564, "lineage": "33e6acbc-81f0-9799-ed27-cc3bc0aa1849", "outputs": { "db_endpoint": { "value": "db-1.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-ace77ca262caa92cc", "ami": "ami-8086b4ae", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-403378da"], "subnet_id": "subnet-3687039d", "key_name": "prod-deploy-key" } } ] } ] }