{ "version": 4, "terraform_version": "1.8.2", "serial": 145, "lineage": "780ad93b-d79b-591d-f4ca-dd12334ba39c", "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-5dc0bef1a6d3c58dd", "ami": "ami-716ca7ef", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-424f7005"], "subnet_id": "subnet-a5bd23cb", "key_name": "prod-deploy-key" } } ] } ] }