{ "version": 4, "terraform_version": "1.5.8", "serial": 460, "lineage": "12ad7482-922c-42ff-4289-6a5129ebb148", "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-436887195975a17b3", "ami": "ami-e13edd68", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-58cf9af1"], "subnet_id": "subnet-880dc634", "key_name": "prod-deploy-key" } } ] } ] }