{ "version": 4, "terraform_version": "1.7.6", "serial": 547, "lineage": "81b2abe4-428d-a4d9-0b1a-ae99c136adf8", "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-f79acda70f529b7d3", "ami": "ami-74e811fa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8115f4a"], "subnet_id": "subnet-98781237", "key_name": "prod-deploy-key" } } ] } ] }