{ "version": 4, "terraform_version": "1.8.6", "serial": 338, "lineage": "067a05ed-4a2d-fc52-918e-4e88467350ae", "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-8f10c813c90ce1746", "ami": "ami-22620a0c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ac8b2af0"], "subnet_id": "subnet-51630e46", "key_name": "prod-deploy-key" } } ] } ] }