{ "version": 4, "terraform_version": "1.8.1", "serial": 387, "lineage": "b44e6f0b-5cef-805c-1a4c-4e04ee92278b", "outputs": { "db_endpoint": { "value": "db-1.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-764df926f139436eb", "ami": "ami-16912f85", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b92d8d90"], "subnet_id": "subnet-0b80108e", "key_name": "prod-deploy-key" } } ] } ] }