{ "version": 4, "terraform_version": "1.7.3", "serial": 556, "lineage": "43815097-d263-ea39-4e7b-96601bc5adec", "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-c3a3c24c04850c084", "ami": "ami-d13573a1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0ba73309"], "subnet_id": "subnet-ddf711ca", "key_name": "prod-deploy-key" } } ] } ] }