{ "version": 4, "terraform_version": "1.6.4", "serial": 573, "lineage": "59468902-e502-8647-6c6b-77d8403f2bec", "outputs": { "db_endpoint": { "value": "db-2.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-519ab90ff5558cde8", "ami": "ami-8d23cd39", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-225ed0b1"], "subnet_id": "subnet-cd5838c7", "key_name": "prod-deploy-key" } } ] } ] }