{ "version": 4, "terraform_version": "1.8.9", "serial": 145, "lineage": "628b23ae-f71e-d600-a794-ab85ef3d340a", "outputs": { "db_endpoint": { "value": "db-2.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-d2788f59d12fd9e58", "ami": "ami-89dca65e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4aae5da3"], "subnet_id": "subnet-e6a320de", "key_name": "prod-deploy-key" } } ] } ] }