{ "version": 4, "terraform_version": "1.7.1", "serial": 587, "lineage": "4580a102-e41b-6e80-ea73-58d1317c3d4e", "outputs": { "db_endpoint": { "value": "db-0.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-2e4fdf2e766604f24", "ami": "ami-92c1d3b2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-76b3a91f"], "subnet_id": "subnet-91028b8c", "key_name": "prod-deploy-key" } } ] } ] }