{ "version": 4, "terraform_version": "1.8.0", "serial": 228, "lineage": "74c67799-2116-abb0-2153-fb2ab1103a35", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-4f398f5cfa7f8c5c8", "ami": "ami-ff2eeb93", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1f78654e"], "subnet_id": "subnet-53f59a0d", "key_name": "prod-deploy-key" } } ] } ] }