{ "version": 4, "terraform_version": "1.6.1", "serial": 539, "lineage": "4f68deef-61e5-01c3-da78-61b1c5e1f1e1", "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-23c7f5cc6678eb965", "ami": "ami-9580bea4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d5866b6b"], "subnet_id": "subnet-83ea82c0", "key_name": "prod-deploy-key" } } ] } ] }