{ "version": 4, "terraform_version": "1.8.5", "serial": 280, "lineage": "fb252b60-e68f-b4ab-664a-cd382f30c626", "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-038155dd238ff642f", "ami": "ami-c2621a5a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-be2fd0ec"], "subnet_id": "subnet-262a5ab9", "key_name": "prod-deploy-key" } } ] } ] }