{ "version": 4, "terraform_version": "1.5.5", "serial": 160, "lineage": "c863dd33-4086-f664-5fad-acf010ddc745", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-f1ef3782a3f6af79d", "ami": "ami-bd8eecaf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4763f24e"], "subnet_id": "subnet-c889b838", "key_name": "prod-deploy-key" } } ] } ] }