{ "version": 4, "terraform_version": "1.6.0", "serial": 185, "lineage": "eb5bb848-6561-e279-3172-8bfd1503763f", "outputs": { "db_endpoint": { "value": "db-3.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-323c035a4517c6da0", "ami": "ami-cdd5a9d2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-28cb1de7"], "subnet_id": "subnet-8b0a101d", "key_name": "prod-deploy-key" } } ] } ] }