{ "version": 4, "terraform_version": "1.7.4", "serial": 196, "lineage": "ea5df0f4-ec9a-b1de-3939-9ae87ad0f496", "outputs": { "db_endpoint": { "value": "db-3.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-aafeb2d4c9ecc9762", "ami": "ami-085886d8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a7fbe014"], "subnet_id": "subnet-84ce00e5", "key_name": "prod-deploy-key" } } ] } ] }