{ "version": 4, "terraform_version": "1.8.9", "serial": 548, "lineage": "5886d1bf-ee4d-5e1d-69cc-3186d8cae733", "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-3365c1b34677b36a8", "ami": "ami-87a2b9aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5d8791be"], "subnet_id": "subnet-198a0058", "key_name": "prod-deploy-key" } } ] } ] }