{ "version": 4, "terraform_version": "1.6.7", "serial": 179, "lineage": "ca775b11-db12-6dd2-1b92-0ff606fa7b1d", "outputs": { "db_endpoint": { "value": "db-4.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-056019a465914d01b", "ami": "ami-3fb832fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bc759a6f"], "subnet_id": "subnet-857ac3e4", "key_name": "prod-deploy-key" } } ] } ] }