{ "version": 4, "terraform_version": "1.7.4", "serial": 534, "lineage": "19553992-a7eb-b6a7-d93f-81d1171487f3", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-2d6ecb0217295ae1c", "ami": "ami-c69401d3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dd04815a"], "subnet_id": "subnet-fc0bc5bf", "key_name": "prod-deploy-key" } } ] } ] }