{ "version": 4, "terraform_version": "1.6.9", "serial": 134, "lineage": "02511bad-c2ef-0587-0239-46531035b0d5", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1d306f5dec4a33a9f", "ami": "ami-e08f5304", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a51a5d0"], "subnet_id": "subnet-99b94d10", "key_name": "prod-deploy-key" } } ] } ] }