{ "version": 4, "terraform_version": "1.7.5", "serial": 141, "lineage": "b72ad9ad-8eca-5417-4345-71849f8b9544", "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-7dd7b8a94d119b118", "ami": "ami-afa78221", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-03871a3f"], "subnet_id": "subnet-b1a9e4de", "key_name": "prod-deploy-key" } } ] } ] }