{ "version": 4, "terraform_version": "1.5.3", "serial": 335, "lineage": "dd941400-43dd-5b21-a6d3-bfa77583189f", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-209872e11bc92e914", "ami": "ami-2a800edf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1e5f43e"], "subnet_id": "subnet-1e595155", "key_name": "prod-deploy-key" } } ] } ] }