{ "version": 4, "terraform_version": "1.6.0", "serial": 433, "lineage": "a7667878-3905-dd75-e181-9a47818f0a9e", "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-33186396d9d00ad24", "ami": "ami-1212e54e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a1953792"], "subnet_id": "subnet-3af86fd6", "key_name": "prod-deploy-key" } } ] } ] }