{ "version": 4, "terraform_version": "1.5.4", "serial": 354, "lineage": "1469e3d3-1672-4e95-894d-0af755ef933e", "outputs": { "db_endpoint": { "value": "db-0.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-1228a3102e75a0e55", "ami": "ami-375578f4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40306782"], "subnet_id": "subnet-523d2f1c", "key_name": "prod-deploy-key" } } ] } ] }