{ "version": 4, "terraform_version": "1.7.6", "serial": 349, "lineage": "44d3437e-af32-5a22-38c6-ccc59a26a8eb", "outputs": { "db_endpoint": { "value": "db-4.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-3129330525f085e9e", "ami": "ami-5f10a48a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65c0c9fe"], "subnet_id": "subnet-c0bbecce", "key_name": "prod-deploy-key" } } ] } ] }