{ "version": 4, "terraform_version": "1.8.5", "serial": 348, "lineage": "b3e85f60-464b-77dc-f2e1-d733744670e8", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-025d133d41bf0df42", "ami": "ami-4d8b7c3d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-70916ddd"], "subnet_id": "subnet-d7f06b99", "key_name": "prod-deploy-key" } } ] } ] }