{ "version": 4, "terraform_version": "1.5.4", "serial": 523, "lineage": "0c039152-3ab5-4b10-8c04-984e2edebc46", "outputs": { "db_endpoint": { "value": "db-1.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-dac98fc1015684b87", "ami": "ami-e9d32e2d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-013c3d8f"], "subnet_id": "subnet-df52ce37", "key_name": "prod-deploy-key" } } ] } ] }