{ "version": 4, "terraform_version": "1.5.4", "serial": 545, "lineage": "8398c8ae-bed1-eb89-b200-fcd01ccc116e", "outputs": { "db_endpoint": { "value": "db-3.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-aeb88923d6012ba01", "ami": "ami-9454de7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9d79303f"], "subnet_id": "subnet-c7f585ef", "key_name": "prod-deploy-key" } } ] } ] }