{ "version": 4, "terraform_version": "1.7.5", "serial": 448, "lineage": "62f179f3-e11a-bd88-41fe-a8647424b4ee", "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-d5948d9730b38f2a4", "ami": "ami-b1a7d436", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-35c204ea"], "subnet_id": "subnet-e72688fc", "key_name": "prod-deploy-key" } } ] } ] }