{ "version": 4, "terraform_version": "1.7.3", "serial": 435, "lineage": "adafff73-e58f-868a-cdcd-88abdc21c20a", "outputs": { "db_endpoint": { "value": "db-3.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-b1ab852c74c92cb48", "ami": "ami-a38c780c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8a3eb03a"], "subnet_id": "subnet-51bcc855", "key_name": "prod-deploy-key" } } ] } ] }