{ "version": 4, "terraform_version": "1.5.8", "serial": 531, "lineage": "850cc209-4afe-e9c4-3048-4c261846e9d4", "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-cebcdf96f8aa828ec", "ami": "ami-4800fb32", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1d86829b"], "subnet_id": "subnet-87b84042", "key_name": "prod-deploy-key" } } ] } ] }