{ "version": 4, "terraform_version": "1.7.1", "serial": 241, "lineage": "838ed93a-a95c-0501-5f9a-34d42d1bb39f", "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-12deb5f9bd81d6a9b", "ami": "ami-54a27204", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7dc6c752"], "subnet_id": "subnet-c8d81c9d", "key_name": "prod-deploy-key" } } ] } ] }