{ "version": 4, "terraform_version": "1.5.1", "serial": 143, "lineage": "a89ebadb-7e80-55f9-661c-d1a8e57815ec", "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-25543577aa6ac2add", "ami": "ami-0ae15baa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-673b7d75"], "subnet_id": "subnet-5b61172b", "key_name": "prod-deploy-key" } } ] } ] }