{ "version": 4, "terraform_version": "1.5.9", "serial": 246, "lineage": "fffa0563-b8e8-f3c7-c4a1-2296e35b6cf8", "outputs": { "db_endpoint": { "value": "db-4.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-0cefc1a1620aec7fb", "ami": "ami-1b6d6e0e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aea31ab8"], "subnet_id": "subnet-d85e9ddd", "key_name": "prod-deploy-key" } } ] } ] }