{ "version": 4, "terraform_version": "1.6.5", "serial": 224, "lineage": "f460d399-89f5-9c32-b023-7e39925dd455", "outputs": { "db_endpoint": { "value": "db-2.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-a1cd9880a6b437209", "ami": "ami-d8cc82c4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eda42f38"], "subnet_id": "subnet-4ac9d725", "key_name": "prod-deploy-key" } } ] } ] }