{ "version": 4, "terraform_version": "1.7.4", "serial": 549, "lineage": "8ac6e89a-52b2-0ead-a33f-5dbc5434a3aa", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-49ae13ba437d5fa80", "ami": "ami-eae373f8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2dde666f"], "subnet_id": "subnet-c04b2012", "key_name": "prod-deploy-key" } } ] } ] }