{ "version": 4, "terraform_version": "1.6.7", "serial": 108, "lineage": "c12dc615-8870-8176-d745-d7065c067430", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8ac3e593837b9c7a3", "ami": "ami-1828359e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-00ba506a"], "subnet_id": "subnet-c61f6bf2", "key_name": "prod-deploy-key" } } ] } ] }