{ "version": 4, "terraform_version": "1.5.6", "serial": 478, "lineage": "f200a68b-03ed-0856-f49d-3d51fb84d87b", "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-201d3317fd0408061", "ami": "ami-5bec9ebe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b5399975"], "subnet_id": "subnet-aa979498", "key_name": "prod-deploy-key" } } ] } ] }