{ "version": 4, "terraform_version": "1.7.4", "serial": 357, "lineage": "0536434d-12aa-db63-5101-7e9c6b74f9c7", "outputs": { "db_endpoint": { "value": "db-3.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-760b83d22351aac84", "ami": "ami-d4d01f60", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61788fd0"], "subnet_id": "subnet-c1f0d5a6", "key_name": "prod-deploy-key" } } ] } ] }