{ "version": 4, "terraform_version": "1.8.3", "serial": 337, "lineage": "ec9618ae-c4c9-a8bc-9a87-4157a3624ef3", "outputs": { "db_endpoint": { "value": "db-4.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-c5f8c39a0de74c9a9", "ami": "ami-f17d6503", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e458e9ec"], "subnet_id": "subnet-6a884eef", "key_name": "prod-deploy-key" } } ] } ] }