{ "version": 4, "terraform_version": "1.8.2", "serial": 281, "lineage": "9fde5af3-d907-9e9b-069c-15f4b2a32d9f", "outputs": { "db_endpoint": { "value": "db-0.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-5278aa36f5f7a8b07", "ami": "ami-f14be9f1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8007083c"], "subnet_id": "subnet-3940554b", "key_name": "prod-deploy-key" } } ] } ] }