{ "version": 4, "terraform_version": "1.6.8", "serial": 154, "lineage": "e8bae3ee-1824-255e-6efa-13704853e12b", "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-ae3d78405b6120699", "ami": "ami-2c418ff6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-19bdbd7b"], "subnet_id": "subnet-0780c279", "key_name": "prod-deploy-key" } } ] } ] }