{ "version": 4, "terraform_version": "1.8.8", "serial": 191, "lineage": "0b291bf5-2e79-cad1-35e9-23a86059eff4", "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-c72feb16e3a7e1707", "ami": "ami-7e7e7662", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-364af561"], "subnet_id": "subnet-5319f9fd", "key_name": "prod-deploy-key" } } ] } ] }