{ "version": 4, "terraform_version": "1.6.4", "serial": 532, "lineage": "ad285bbc-ac89-8772-1769-d857cb520951", "outputs": { "db_endpoint": { "value": "db-0.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-21f1ec5866e95917e", "ami": "ami-f5da12a5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8cf5431e"], "subnet_id": "subnet-4c7fbdf3", "key_name": "prod-deploy-key" } } ] } ] }