{ "version": 4, "terraform_version": "1.6.3", "serial": 324, "lineage": "6231224d-418b-9d62-a800-f13555e29dd0", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-ced18ffb27bbd0e8b", "ami": "ami-0d2c6cc2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-18855617"], "subnet_id": "subnet-b154dcb0", "key_name": "prod-deploy-key" } } ] } ] }