{ "version": 4, "terraform_version": "1.5.1", "serial": 123, "lineage": "01d820d1-4a4c-1b88-149a-e2f87a17a3bd", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-fc67a83e978554508", "ami": "ami-478f04b5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5eddba7"], "subnet_id": "subnet-801013d6", "key_name": "prod-deploy-key" } } ] } ] }