{ "version": 4, "terraform_version": "1.5.3", "serial": 516, "lineage": "44b6e7fa-bf4f-e8b3-c6e4-f6626c7878d8", "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-dbb06d5709bdbd14e", "ami": "ami-c539a04c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-91dd42e8"], "subnet_id": "subnet-1b55a3c0", "key_name": "prod-deploy-key" } } ] } ] }