{ "version": 4, "terraform_version": "1.5.7", "serial": 301, "lineage": "8718ae1c-5959-9213-7fa6-5e262d856d6a", "outputs": { "db_endpoint": { "value": "db-0.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-07d5d1a4e565bbf41", "ami": "ami-f8746618", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7dce731f"], "subnet_id": "subnet-63005bf8", "key_name": "prod-deploy-key" } } ] } ] }