{ "version": 4, "terraform_version": "1.5.6", "serial": 541, "lineage": "70cac1b4-6fad-f51b-9cc3-a33f66d08a95", "outputs": { "db_endpoint": { "value": "db-1.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-b88186b21b050e9c9", "ami": "ami-1b22a6de", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cd368fdf"], "subnet_id": "subnet-006c3d09", "key_name": "prod-deploy-key" } } ] } ] }