{ "version": 4, "terraform_version": "1.5.3", "serial": 255, "lineage": "d31036cd-ba15-de14-31f9-ee714f9d6a63", "outputs": { "db_endpoint": { "value": "db-0.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-31f5af1db1fb7af03", "ami": "ami-d449de30", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b237ec4a"], "subnet_id": "subnet-5bb5221a", "key_name": "prod-deploy-key" } } ] } ] }