{ "version": 4, "terraform_version": "1.5.1", "serial": 406, "lineage": "98c9a6cd-43dc-4c3b-44a4-e997dc442425", "outputs": { "db_endpoint": { "value": "db-4.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-8d307b0d0170d933d", "ami": "ami-d6b14533", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ed2ee884"], "subnet_id": "subnet-ead334a2", "key_name": "prod-deploy-key" } } ] } ] }