{ "version": 4, "terraform_version": "1.5.4", "serial": 229, "lineage": "ce5ad8e0-8840-d895-63ac-413ca7f809cc", "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-9377a158d8aede394", "ami": "ami-412f5603", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4fbf0a90"], "subnet_id": "subnet-5294743b", "key_name": "prod-deploy-key" } } ] } ] }