{ "version": 4, "terraform_version": "1.5.4", "serial": 415, "lineage": "a1542041-e0f0-cbda-d501-e8ce203ad67e", "outputs": { "db_endpoint": { "value": "db-4.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-d0a75b71ce3e6b5cf", "ami": "ami-64678383", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eddcc300"], "subnet_id": "subnet-31f0a045", "key_name": "prod-deploy-key" } } ] } ] }