{ "version": 4, "terraform_version": "1.5.4", "serial": 183, "lineage": "a36ddd3f-a996-dec5-a838-1bb11f8c5246", "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-a13efbcccc079357b", "ami": "ami-9f47358b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-158f375c"], "subnet_id": "subnet-b928be08", "key_name": "prod-deploy-key" } } ] } ] }