{ "version": 4, "terraform_version": "1.8.8", "serial": 112, "lineage": "b17cc777-1fb1-652c-f3a6-18baedcc37b9", "outputs": { "db_endpoint": { "value": "db-3.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-c895e545f55359895", "ami": "ami-e73ca9f9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b5c79994"], "subnet_id": "subnet-f909608e", "key_name": "prod-deploy-key" } } ] } ] }