{ "version": 4, "terraform_version": "1.6.1", "serial": 395, "lineage": "90b276e0-c5e1-abae-68bb-490a4d70db0f", "outputs": { "db_endpoint": { "value": "db-1.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-57d2f2317d27173b3", "ami": "ami-fcda324e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ef71971d"], "subnet_id": "subnet-204e0fde", "key_name": "prod-deploy-key" } } ] } ] }