{ "version": 4, "terraform_version": "1.5.5", "serial": 491, "lineage": "840f4c8a-ef91-8005-d205-5541847f34fe", "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-8bdab89116edb6c2e", "ami": "ami-87bb6695", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-839d0439"], "subnet_id": "subnet-8e2e45aa", "key_name": "prod-deploy-key" } } ] } ] }