{ "version": 4, "terraform_version": "1.8.2", "serial": 401, "lineage": "f6347ac6-0207-c16f-edbe-e0f47c7486df", "outputs": { "db_endpoint": { "value": "db-4.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-1d2e5ae9600574f71", "ami": "ami-f84d9e46", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5805f52"], "subnet_id": "subnet-c951ad8b", "key_name": "prod-deploy-key" } } ] } ] }