{ "version": 4, "terraform_version": "1.8.7", "serial": 160, "lineage": "728e9bfd-1c91-3d98-addc-524e4ade0d4a", "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-b0a9e9726c23410b7", "ami": "ami-6832954d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d5561a1c"], "subnet_id": "subnet-2b410269", "key_name": "prod-deploy-key" } } ] } ] }