{ "version": 4, "terraform_version": "1.5.1", "serial": 353, "lineage": "d8a02d75-1763-9d52-475b-3c621b96a7fc", "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-f1c9194b4310a25a6", "ami": "ami-d8e512c1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc36213c"], "subnet_id": "subnet-e36c929e", "key_name": "prod-deploy-key" } } ] } ] }