{ "version": 4, "terraform_version": "1.7.3", "serial": 487, "lineage": "a29d95e5-7381-0a8f-5a75-2a30c133e694", "outputs": { "db_endpoint": { "value": "db-1.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-ef846148a69c73fcc", "ami": "ami-1708ed6f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c8950b8e"], "subnet_id": "subnet-b25e4898", "key_name": "prod-deploy-key" } } ] } ] }