{ "version": 4, "terraform_version": "1.8.7", "serial": 293, "lineage": "0e8d818e-9fcb-2de0-0f05-7d26f3275947", "outputs": { "db_endpoint": { "value": "db-4.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-fbb1e352273b890e7", "ami": "ami-1286679d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-046418e0"], "subnet_id": "subnet-aeb69347", "key_name": "prod-deploy-key" } } ] } ] }